# Bibliothèque Rust pour architecture avancée bibliothèque de fonctions utilitaires pour la programmation RUST en Licence 3 Informatique : architecture avancée ## Installation Ajoutez ceci dans votre `Cargo.toml` : ```toml [dependencies] <<<<<<< HEAD archi_avancee = { git = "https://www-apps.univ-lehavre.fr/forge/amantonl/archi_avancee.git" } ``` ======= ma_biblio_rust = { git = "hhttps://www-apps.univ-lehavre.fr/forge/amantonl/archi_avancee.git" } \`\`\` >>>>>>> c7505c6 (maj mod duree et mod simd) ## Utilisation ```rust use archi_avancee::...; use archi_avancee::time::rdtsc; fn main() { ... } ``` ## Licence MIT OR Apache-2.0