#methods

  1. bit_field

    bit field trait providing get_bit, get_bits, set_bit, and set_bits methods for Rust's integral types

    v0.10.3 2.9M #methods #traits #integral #bitwise-operators #range
  2. seal-the-deal

    Attribute to use on the trait methods (or associated functions) that you wish to “seal”, a.k.a., render them final

    v0.1.2 77K #sealed #methods #final #override
  3. option-ext

    Extends Option with additional operations

    v0.2.0 6.9M #extend #replace #operation #methods
  4. bls12_381_plus

    BLS12-381 pairing-friendly elliptic curve construction. This is a fork from zkcrypto/bls12_381 but adds hash to curve and multiexponentiation methods as well as enables multi-pairing without the allocator requirement

    v0.8.18 30K #bls12-381 #methods #allocator #multiexponentiation #target #default-api
  5. medmodels

    Limebit MedModels Crate

    v0.4.9 950 #artificial-intelligence #medical #framework #scientific-research #methods #healthcare #limebit #technical-debt
  6. ferment

    Traits for FFI conversions and some helper methods

    v0.2.14 800 #syntax-tree #traits #convert #methods #opaque #morphing #proc-macro #macro-export #vtable
  7. taskcluster

    API client for Taskcluster; typically used via taskcluster

    v96.4.0 #api-client #continuous-integration #methods #information
  8. tmdb-api

    TMDB client. This one is using async methods.

    v1.0.0-alpha.5 280 #api-client #tmdb #video #methods #async-api-client
  9. sosorted

    A set of methods to efficiently manipulated sorted arrays

    v0.2.0 #sorting #array #methods #simd #deduplicate #dest #input-data #multiset #primitive-integer
  10. box_raw_ptr

    providing safe wrappers for working with raw pointer. These raw pointers are *const T and *mut T. These wrappers ensure memory safety by encapsulating the raw pointers in safe abstractions…

    v2.2.0 1.4K #raw-pointers #memory-safety #safe-wrapper #bounds-checking #methods #memory-management #encapsulating #c-interop #allocator
  11. tosca

    that acts as an interface between a device and its controller

    v0.1.1 260 #iot #methods #interface #iot-library #data
  12. http-scrap

    HTTP parsing methods made easier to use

    v0.1.1136 1.4K #http-parser #extract #methods #async #header #parser-methods #header-parser #your-crate
  13. kompost

    easen functional programming in rust by facilitating the creating composition of Iterator methods and anonymous Iterators—all without writing any trait or struct, without macros or unsafe code

    v0.0.3 #functional-programming #iterator #methods #composition #anonymous #compound
  14. ssh-keyonly

    Audit an ssh server for supported authentication methods

    v0.1.2 #ssh-server #audit #server-authentication #connect #methods #dev-null #password-based
  15. nanokit

    A collection of tiny, reusable utility methods that reduce code size and improve performance

    v0.2.1 110 #improve-performance #code-size #string-concatenation #reusable #methods
  16. pyo3_special_method_derive

    Automatically derive Python dunder methods for your Rust code

    v0.4.3 5.0K #automatic-derive #pyo3 #methods #string #repr #dunder #debugging #macro-derive #debug-display #struct-fields
  17. error-ext

    Error utilities

    v0.4.2 #axum #extension #methods #error #utilities #error-response
  18. rknn-rs

    rknn rust binding

    v0.2.0 #bindings #methods #struct #encapsulate #memory
  19. rootfinder

    Root-finding methods for both univariate, scalar-valued functions and multivariate, vector-valued functions

    v0.5.0 #scalar-valued #multivariate #univariate #vector-valued #methods
  20. substring-replace

    developer-friendly methods to manipulate strings with character indices

    v0.2.2 1.2K #character #string #indices #methods #index #string-matching
  21. ocsf

    OCSF read/write methods

    v0.0.1-alpha5 160 #cyber-security #methods #read-write #schema #framework #security-framework
  22. ssi-dids

    DID methods of the ssi library

    v0.4.0 3.2K #decentralized-identity #did-method #methods #document #url #from-str
  23. ps-hkey

    defines the hashkey format and provides methods for resolving them

    v0.1.0-33 #define #methods #format #resolving
  24. electosim

    compute electoral methods (as D'Hondt) and simulate elections

    v0.3.0 #election #compute #methods #simulation #seats #voting-system
  25. xdid

    DID library

    v0.6.0 #did-key #did-resolver #methods #p256 #document #decentralized-identity #public-key
  26. monument

    A fast and flexible composition generator

    v0.14.5 350 #composition-generator #flexible #ringing #define #methods
  27. ffizz-passby

    FFI helpers for implementing pass-by-value and pass-by-pointer

    v0.5.0 #value #methods #repr #ffizz #type-alias #unboxed #stack-allocation #no-mangle
  28. did-key

    did:key method

    v0.2.1 1.3K #methods #specification #key #did-comm #grpc
  29. nanohttp

    parsing http requests and building http responses

    v0.2.1 130 #http-parser #web-server #building #methods #header #blog-post #multi-threading #abstract-away #async-std
  30. medmodels-utils

    Limebit MedModels Crate

    v0.4.9 1.1K #med-models #artificial-intelligence #medical #framework #methods #statistical-methods #limebit #healthcare #technical-debt
  31. crate_crypto_internal_eth_kzg_polynomial

    methods that are needed for Polynomial objects

    v0.6.0 1.4K #kzg #polynomial #scalar #object #methods #multi-opening
  32. rustic-jsonrpc

    JSON-RPC 2.0 server library written in Rust

    v0.1.6 360 #json-rpc-server #2-0-server #rpc-service #methods #proc-macro
  33. try_map

    try_map and flip methods for Option. These allow more ergonomic error handling when mapping functions that return Result over Option.

    v0.3.1 1.2M #methods #return #flip #mapping #vec
  34. nvim-oxi-api

    Rust bindings to Neovim's C API for nvim-oxi

    v0.6.0 330 #bindings #neovim #nvim-oxi #neovim-plugin #methods #lua
  35. toga

    proc macro crate for cleaner and more ergonomic rust

    v1.0.8 500 #proc-macro #cleaner #inherent #methods #impl #clause
  36. unwrap_none

    Implements the unwrap_none and expect_none methods removed by https://github.com/rust-lang/rust/pull/83349

    v0.1.2 95K #github #methods #expect-none #removed #value
  37. aochelpers

    A set of structs and associated methods that cover common use=cases when solving Advent Of Code problems

    v0.9.2 #methods #coordinates #problem-solving #direction #solve #rectangle #cuboid #compass #cartesian #3d
  38. type-exts

    extension methods for std

    v0.1.6 400 #extension #methods #methods-for-std
  39. suma_core

    A core library for suma_ulsa, used for academics methods and data processing

    v0.1.18 #data-processing #methods #academics #suma-ulsa
  40. rbx_types_ops

    Adds operation methods to rbx_types

    v0.0.10 950 #methods #rbx-types #operation
  41. iterate-trait

    Experiment with methods on IntoIterator

    v1.0.1 #experiment #into-iterator #methods #collect #yield
  42. getter-methods

    Derive macro to create getter / accessor methods

    v2.0.2 480 #getters #macro-derive #struct-fields #methods #accessor
  43. methods-enum

    Two macros for easy implementation of 'state' design pattern and other dynamic polymorphism using enum instead of dyn Trait

    v0.3.2 #methods #dyn #enums #polymorphism #state
  44. support

    A collection of helper methods for Rust projects

    v0.4.0 220 #collection-of-helper #rust-projects #methods #methods-for-rust-projects
  45. enum_is

    Enum helper derive: auto-generate is_<variant>() methods for enums

    v0.2.1 #enums #derive-enums #auto-generate #methods #helper #proc-macro
  46. lib-base64

    A base64 (with padding) encoding and decoding library, which implements the encode() and decode() methods for the String and Vec<u8> types

    v2.1.0 360 #base64 #methods #string-encoding #padding
  47. with-cell

    More convenient Cell for non-Copy types

    v0.1.0 #mutable #default #shared #structures #methods #refcell #cell-like #fn-once #stub #default-value
  48. variantly

    Derive helper methods for enum variants that are familiar from std::option::Option & std::result::Result such as unwrap_or or and_then

    v0.4.0 21K #enum-variant #enums #methods #familiar #and-then #rgb #unwrap-or #hsv
  49. ohos-ime-binding

    OpenHarmony's input method binding for rust

    v0.1.1 100 #input #open-harmony #bindings #methods
  50. unm_request

    The request-related methods for UnblockNeteaseMusic

    v0.4.0 #unblock-netease-music #server #methods #性為目標 #穩定性及可維 #以效能
  51. csparse21

    Sparse Matrix Solver

    v0.2.3 #sparse-matrix-solver #system #matrix-element #equation #methods #im #forms #complex64 #equation-solver
  52. result-ext

    Extends Result with additional operations

    v0.2.0 #extend #operation #methods #replace
  53. sparse21

    Sparse Matrix Solver

    v0.2.1 #sparse-matrix-solver #system #matrix-element #methods #linear #forms #equation-solver
  54. noxp

    web server framework

    v0.3.0 310 #web-framework #query-string #middleware #status-code #methods #net-http
  55. miltr-utils

    A miltr utils library in pure rust

    v0.1.2 #miltr #byte #bytes-mut #methods #bounds #justification #atm #byte-parser
  56. cnctd_aws

    Wrapper around AWS methods

    v0.1.10 550 #module #aws #methods
  57. minigrep_mm

    minigrep app from rust-book with public lib methods

    v0.1.0 #mini-grep #from-rust-book #methods #public #lib
  58. gemmy

    high performance orderbook written in rust

    v0.1.3 #high-performance #order-book #create #documentation #methods
  59. http-method

    HTTP method

    v0.0.2 100 #methods #http #method
  60. libtelegraph_rs

    wrapper for the Telegraph API

    v0.1.1 #telegraph #api #methods #create-account #model #api-model
  61. can

    A general purpose library for common CAN types

    v0.2.1-alpha.4 #identifier #frame #filter #constant #methods
  62. cnctd_rest

    Wrapper around reqwest and other REST methods

    v0.1.6 460 #http-request #rest #methods
  63. qbittorrent

    web api implementation

    v0.2.0 #web-api #bittorrent #bittorrent-client #request #methods
  64. dashmap-cache

    dashmap wrapper to cache results from arbitrary functions and methods

    v0.1.8 400 #cache #thread-safe #dash-map #serialization #methods
  65. slog2-parse

    that wraps methods defined in libslog2parse in an idomatic rust interface. Also exposes all unsafe c ffi functions via a ffi module.

    v0.1.1 #logging #parser #methods #unsafe #module #idomatic
  66. uart8250

    provide a struct with many methods to operate uart 8250

    v0.6.0 #uart #methods #operate
  67. ratatuio

    expands on ratatui by abstracting main methods to different modules

    v0.0.8 #ratatui #module #expand #methods #view #widgets
  68. eigen-utils

    publicly exportable alloy bindings and utilities

    v2.0.0 2.9K #ethereum #bn254 #methods
  69. aztra_corparation_first_cargo_publish

    it's my first publish to cargo public crates !

    v0.1.0 #cargo-publish #aztra #public #rustaceans #methods #revolutionary
  70. medmodels-core

    Limebit MedModels Crate

    v0.4.9 950 #medical #framework #record #methods #patient #statistical-methods #limebit #healthcare #technical-debt #real-world
  71. slog2

    that wraps methods defined in libslog2 in an idomatic rust interface. Also exposes all unsafe c ffi functions via a ffi module.

    v0.1.0 #logging #interface #methods #unsafe #module #idomatic
  72. ferment-interfaces

    Traits for FFI conversions and some helper methods

    v0.1.4 #syntax-tree #convert #ferment #proc-macro #methods #opaque #morphing #unbox #macro-export
  73. stream-find

    Add a find and find_map methods to any stream

    v0.3.0 #return #find-map #methods #match #future-stream #stream-ext
  74. piccolo-util

    piccolo library

    v0.3.3 140 #piccolo #lua #lifetime #serde #methods #erase #user-data
  75. pathext

    A small path trait extension with some convenience methods

    v0.2.1 #path-utilities #extension #methods #traits #convenience #expectation
  76. bb-geometry

    A small crate containing some data structures and methods for 4d Euclidean geometry

    v0.3.0 200 #geometry #euclidean #rotation #data-structures #methods #4d #myself
  77. Try searching with DuckDuckGo.

  78. intercom

    writing COM visible Rust components

    v0.4.0 #com-object #component #binary-interface #methods #i32 #class-define #proc-macro #visible #calculator
  79. for_each_count

    try_for_each_count extension methods for iterators

    v0.1.0 #iterator-extension #methods #count #standard #for-each
  80. mwt

    proc macros for generating mut and non-mut methods without duplicating code

    v0.4.3 #proc-macro #generating #generator #methods #duplicating
  81. arraytools

    A variety of helpful methods for working with fixed-size arrays

    v0.1.5 1.6K #array #methods
  82. diesel_derives_extra

    Automatically derive some simple CRUD methods for your Diesel models

    v0.2.0 #diesel #automatic-derive #model #crud #methods
  83. slog2-extra

    that wraps methods defined in libslog2-extra in an idomatic rust interface. Also exposes all unsafe c ffi functions via a ffi module.

    v0.1.0 #logging #interface #methods #unsafe #module #idomatic #hash #obfuscate
  84. rs-std-ext

    An extension for the standard library

    v0.3.0 140 #extension #standard #traits #methods #option-ext
  85. build-helper

    contains convenience methods for build scripts

    v0.1.1 168K #build-script #build-rs #rustc-version #cargo #methods
  86. kde_frameworks

    containing useful methods for wrapping KDE Frameworks

    v0.2.0 #kde #framework #methods
  87. idemio-macro

    Helper macro to generate methods for structs that implement idem-handler traits

    v0.1.0 #traits #helper #macro #generate #methods #idem-handler
  88. atomik

    Generic Atomic type

    v1.1.0 #atomic #methods
  89. rudeboy

    Rlua User Data Extension Boy - Derive/attr macros and traits for easily exporting user data to RLua

    v0.2.0 #macro-derive #user-data #rlua #methods #index #exporting #boy #macro-attr #impl-block
  90. galvyn-contrib-auth

    Authentication methods for galvyn

    v0.2.0 #authentication #galvyn #methods
  91. using

    A macro for simpler builders with method cascading

    v0.1.0 #builder-macro #methods #cascading #macro
  92. divide_slice

    methods to divide a slice into portions of same size

    v0.1.4 220 #size #slice #portions #methods #divide #non-overlapping
  93. eigen-client-eth

    eigen layer instrumented client

    v2.0.0 290 #ethereum #instrument #contract #methods #signer #mainnet #cargo-run #slashing #key-store #node-api
  94. unwrap_todo

    Option::todo and Result::todo methods

    v0.1.2 100 #methods #unwrap #extension-traits
  95. merino

    A SOCKS5 Proxy server written in Rust

    v0.1.3 #socks5-proxy #socks5-server #password-authentication #user-name #methods #csv #standalone-binary
  96. htn_planner

    HTN parser and planner

    v0.1.0 #task #planning #htn #operator #methods #composite #artificial-intelligence
  97. eigen-client-avsregistry

    Eigen Layer AvsRegistry Sdk

    v2.0.0 5.1K #eigen-layer #stake #block #methods #query #ethereum #staking
  98. dare

    daring flexible data representation

    v0.0.3 160 #flexible #methods #convert #representation #type-safe #type-checking
  99. quasi_iter

    that contains supplementary iterator objects and methods

    v0.1.4 190 #iterator #methods #supplementary #object
  100. bstree

    A Binary Search Tree written in Rust

    v0.1.0 #binary-search-tree #tree-structure #methods #element #ord #data-structures #noted
  101. io_ext

    Read & Write extensions to deal with primitive types

    v0.2.0 #primitive #extension #read-write #read-ext #methods #write-trait
  102. wider_primitives

    Wider primitive integer types

    v0.0.7 #primitive-integer #wider #bit #methods #standard #serde #semver-compatible
  103. bitcoin-payment-instructions

    A parser for arbitrary bitcoin payment instructions

    v0.7.0 2.9K #bitcoin #instructions #wallet #resolution #methods #attempt #ons #qr-scan
  104. servify

    A macro for effortlessly enabling message passing, inter-process communication, HTTP/TCP server functionality, and more with a unified implementation in struct methods

    v0.1.1 #ipc #tcp-server #web-server #methods #struct
  105. inherit-methods-macro

    Inherit methods from a field automatically (via procedural macros)

    v0.1.0 1.9K #proc-macro #methods #inherit #automatic #field #object-oriented-programming
  106. ohos-input-method-sys

    OpenHarmony's input method binding for rust

    v0.1.0 100 #input #open-harmony #methods
  107. thoo_readext

    Some extension methods for ByteOrder

    v1.0.1 #endian #extension #methods
  108. nullable-result

    A replacement for Option<Result<T, E>> or Result<Option<T>, E>

    v0.7.0 #replace #replacement-for-option #iterator #early-return #methods #try-from #try-into #iterator-extension #extract-macro
  109. int-range-ext

    A trait that implements some convenience methods for integer ranges

    v0.1.0 #integer #methods #methods-for-integer #traits #range
  110. cl-generic-read-buf

    a ReadBuf implementation based on cl-generic-vec

    v0.1.3 #read-buf #cl-generic-vec #methods #github
  111. ekzg-serialization

    serialization utility methods for EIP4844 and EIP7594

    v0.10.0 8.8K #commitment #ethereum #methods #utility #kzg #eip4844 #cryptography #blockchain #specs #commitment-scheme
  112. cnctd_npm

    NPM Methods

    v0.1.1 #npm #methods #npm-package #install
  113. pyo3_special_method_derive_lib

    Automatically derive Python dunder methods for your Rust code

    v0.3.1 550 #pyo3 #python #methods #lib #automatic #dunder #automatic-derive #debug-display #debugging #macro-derive
  114. vecfold

    Fold methods for Vec<Result<T,E>>

    v0.1.6 #vec #fold #methods #error #generic
  115. concurrent-slice

    Extend slice-type types with methods for concurrent processing

    v0.1.0 #methods #slice-type #concurrency #chunks #processing #chunk-size #slice-like
  116. style-term

    String colorizer for terminals

    v1.0.0 #ansi-term #no-color #display #colorizer #methods
  117. xdid-core

    Core types for DID methods to implement

    v0.6.0 #did-method #methods #decentralized-identity
  118. cargo-workspace-unused-pub

    Detect unused pub methods in a Rust workspace

    v0.1.0 #cargo-workspace #methods #detect #unused #pub #lint #clippy
  119. version-rs

    A struct for Versions, with the methods you expect

    v0.2.0 #version-number #methods #expect
  120. algo_sorting

    implement all kind of sorting in the world of algorithms and more sorting methods will be implemented soon

    v0.0.2 #sorting #algorithm #methods #array
  121. xrandr-parser

    interface for parsing the output of xrandr --query into Rust Stuctures and filter through methods

    v0.3.0 100 #xrandr #output #query #methods #filter #stuctures
  122. and_then_some

    extension trait for bool with methods that return Option<T>

    v1.0.0 #extension-traits #methods #return #bool #value
  123. scimath

    A scientific computing library. WIP

    v0.1.2 #scientific-computing #methods
  124. sort-by-borrowed-key

    Adds two convenience methods for sorting by a borrowed key

    v1.0.0 #sorting #borrowing #key #vec #methods #zip #sort-unstable #got
  125. fluent_pipeline

    A lightweight pipeline system for Rust

    v0.1.0 #pipeline #system #fluent #methods
  126. redis_rs

    redis client library

    v0.9.0 110 #tcp-stream #requests #send-request #connection #methods #redis-client
  127. fcntl

    Wrapper around fcntl (2) and convenience methods to make interacting with it easier

    v0.1.0 #methods #convenience #locking #command #advisory-record-locking
  128. erased-generic-trait

    Macros for generating trait objects from traits with generic methods

    v0.0.4 #methods #generator #trait-object #macro #traits #type-id #dyn #object-safe #non-generic #macro-traits
  129. geom2d

    useful for manipulation of various of types including: numerals, points, vectors, etc... and includes various methods for flexibility.

    v0.1.8 #points #methods #vector #numeral #utility
  130. bevy_derive_commands

    A macro for creating bevy Commands methods

    v0.1.2 #bevy-macro #command #methods #bundle
  131. altrios-proc-macros

    ALTRIOS procedural macros

    v1.0.0 550 #proc-macro #altrios #methods #state #documentation
  132. prole

    collection of re-usable methods in Rust. Feel free to use them for your own work.

    v1.3.1 #methods #reusable #free-for-own #follow #collection
  133. override_macro

    An attribute-like macro for Rust programs to override trait methods with default methods of other traits

    v0.1.1 330 #methods #traits #override #inherit #macro
  134. split_ext

    Extension traits for splitting

    v0.1.1 #extension-traits #split #methods #string #packaging
  135. small-card-deck

    card deck library

    v0.1.1 #card-deck #value #playing-card #standard #methods
  136. weather_helpers

    Helper methods for a Fastly Compute@Edge tutorial

    v0.1.3 #tutorial #compute-edge #fastly #helper #methods
  137. chaining

    Adds chaining methods tap and pipe to every type

    v0.1.0 #pipe #methods #tap
  138. cnctd_go

    Go methods

    v0.1.1 #go #cnctd #methods
  139. othello-agent

    Othello library. Contains useful methods for interacting with the game and creating autonomous Othello agents.

    v0.1.2 #othello #agent #game #methods #autonomous
  140. moreops

    a set of simple useful additional methods

    v0.4.1 #methods #operation #tap #tuple #swap
  141. crud-file-server

    HTTP file server with POST, GET, PUT, PATCH and DELETE methods

    v0.3.0 #file-server #delete-file #web-server #http-file-server #methods
  142. nostdhf

    Polyfills the missing methods on f32 and f64 in no_std environments

    v0.1.1 #floating-point-arithmetic #no-std #f32-and-f64 #polyfill #methods
  143. complex_newton

    newton's method for finding solutions of complex equations

    v0.1.0 #newton #complex #finding-solution #equation #methods
  144. gl-lite

    Wrappers around common GL objects and methods

    v0.1.2 #gl #object #methods #wrapper
  145. s-tree

    wrapper for BTreeMap from Rust's standard library with convenient methods for extracting elements that are within specified number of common leading bits with a target

    v0.3.0 #btree-map #element #standard #methods #bit
  146. cnctd_cargo

    Cargo Methods

    v0.1.13 140 #cargo #cnctd #methods
  147. rotate-enum

    macro that implements prev() and next() methods to an enum

    v0.1.2 950 #rotation #enums #methods #macro-derive #direction
  148. try-insert-ext

    Extends various types with try_insert_with methods

    v0.1.0 #try-insert #methods #error #extend #entry #hash-set #extension-traits #act-similarly
  149. prioq

    Priority Queue implemented using std::collections::BinaryHeap

    v0.1.2 #priority-queue #binary-heap #methods
  150. rawpnt

    additional methods for raw pointers

    v0.1.0 #pointers #methods
  151. method_shorthands

    A set of convenient shorthands for commonly used methods

    v0.2.1 #methods #shorthands #shorthands-for-methods
  152. openrpsee

    building OpenRPC documents

    v0.1.0 #open-rpc #document #methods #json-rpc #build #zebra #zcash #json-rpc-server
  153. ssi-verification-methods

    Verification methods implementation for ssi

    v0.2.0 2.6K #decentralized-identity #verification #multikey #methods #integrity-verification
  154. polling-async-trait

    A proc macro that creates async methods based on polling methods for your trait

    v0.1.1 #async-trait #methods #traits #polling #attributes #proc-macro #pin
  155. round_view_derive

    Procedural macros to generate methods r2_view, r3_view and r4_view

    v0.5.0 #proc-macro #r4-view #r3-view #methods #generate
  156. rusttesserast

    providing the asynchronous methods for tesseract api

    v0.0.2 #api #methods #tesseract #async #tesseract-ocr #tess
  157. pyo3_special_method_derive_macro

    Automatically derive Python dunder methods for your Rust code

    v0.4.3 4.1K #macro-derive #pyo3 #automatic #methods #enums #struct-fields #dunder #repr #getattr #pyclass
  158. amg_match

    Research iterative solver utilities

    v0.1.0 #solver #amg #gauss-seidel #near #methods #composite
  159. summon-api-sdk

    Helper methods for building Summon Platform or other custom APIs

    v0.2.2 330 #sdk #summon #helper #platform #methods #git-submodule
  160. sync_panic

    Sync primitive types whose methods panic rather than returning error in case of poison

    v0.1.0 #sync-primitive #methods #poison #error #condvar #mutex
  161. lact_method

    Methods used for Lact

    v0.1.0 #lact #methods
  162. smelter

    Custom derive attribute that automatically derives builder methods

    v0.0.2 #derive-builder #methods #proc-macro #attributes #string #automatic-derive
  163. dao-voting

    Types and methods for CosmWasm DAO voting

    v2.6.0 450 #dao #cosmwasm #methods
  164. cnctd_xcode

    Xcode methods

    v0.1.1 #xcode #cnctd #methods
  165. pyo3_special_method_derive_0_21

    Automatically derive Python dunder methods for your Rust code

    v0.4.2 #automatic-derive #pyo3 #methods #dunder #python #repr #struct-fields
  166. c-path

    exposing rust Path methods to C

    v0.1.1 #path #methods #io
  167. typed-openrpc-macros

    Procedural macros for the typed-openrpc crate

    v0.1.1 #proc-macro #open-rpc #typed-openrpc #json-rpc #methods #json-schema
  168. glhelper

    Convenience methods for opengl

    v0.1.12 #opengl #convenience #methods