known-paths 0.0.0

Well-known pathnames.
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented1 out of 1 items with examples
  • Size
  • Source code size: 4.35 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 475.41 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • known-facts/known-paths
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • artob

Known Paths

License Compatibility Package Documentation

Well-known pathnames for Rust.

✨ Features

  • Supports opting out of any feature using comprehensive feature flags.
  • Adheres to the Rust API Guidelines in its naming conventions.
  • 100% free and unencumbered public domain software.

🛠️ Prerequisites

  • Rust 1.85+ (2024 edition)

⬇️ Installation

Installation via Cargo

cargo add known-paths

Installation in Cargo.toml (with all features enabled)

[dependencies]
known-paths = "0.1"

Installation in Cargo.toml (with only specific features enabled)

[dependencies]
known-paths = { version = "0.1", default-features = false, features = ["unstable"] }

👉 Examples

Importing the library

use known_paths;

📚 Reference

https://docs.rs/known-paths/

👨‍💻 Development

git clone https://github.com/known-facts/known-paths.git

Share on X Share on Reddit Share on Hacker News Share on Facebook Share on LinkedIn