Docs.rs
infinite-rs-0.12.1
infinite-rs 0.12.1
Permalink
Docs.rs crate page
Unlicense
OR
MIT
Links
Repository
crates.io
Source
Owners
Surasia
Dependencies
bitflags ^2.9.0
normal
byteorder ^1.5.0
normal
infinite-rs-derive ^0.1.8
normal
optional
num_enum ^0.7.3
normal
thiserror ^2.0.12
normal
argh ^0.1.13
dev
infinite-rs-derive ^0.1.8
dev
walkdir ^2.5.0
dev
cmake ^0.1.54
build
Versions
63.53%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
infinite_rs/common/
mod.rs
1
//! Common functions used throughout the project.
2
3
pub mod
errors
;
4
pub mod
extensions
;