known-languages 0.0.0

Well-known languages.
Documentation
  • Coverage
  • 50%
    2 out of 4 items documented1 out of 1 items with examples
  • Size
  • Source code size: 10.78 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 340.74 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 5s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • artob SamuelSarle

Known Languages

License Compatibility Package Documentation

Well-known languages for Rust.

[Features] | [Prerequisites] | [Installation] | [Examples] | [Reference] | [Development]

✨ Features

  • Exports an enum for all well-known languages.
  • Plays nice with others: interoperates with Serde and Clap.
  • 100% pure and safe Rust with minimal dependencies and no bloat.
  • Supports no_std environments from the get-go.
  • Supports opting out of any feature using comprehensive feature flags.
  • Adheres to the Rust API Guidelines in its naming conventions.
  • Cuts red tape: 100% free and unencumbered public domain software.

🛠️ Prerequisites

  • Rust 1.85+ (2024 edition)

⬇️ Installation

Installation via Cargo

cargo add known-languages

Installation in Cargo.toml

Enable all default features:

[dependencies]
known-languages = "0.0"

Enable only specific features:

[dependencies]
known-languages = { version = "0.0", default-features = false, features = ["serde"] }

👉 Examples

Importing the Library

use known_languages;

📚 Reference

docs.rs/known-languages

👨‍💻 Development

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

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