You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
897 B
897 B
Crates
notify
Permet d'être informé de toute modification du système de fichier. exemple
preferences
Une bibliothèque pour sauvegarder des préférences pour une application, s'adapte à l'OS.
pest
Exemple (à tester ici) :
alpha = { 'a'..'z' | 'A'..'Z' }digit = { '0'..'9' }cars = {" " | "\\""}ident = { (alpha | digit)+ }txt = { (alpha | digit | cars)+ }text = { """ ~ txt ~ """ }ident\_list = { !digit ~ ident ~ (" " ~ ident)+ }text\_list = { text ~ (" " ~ text)+ }
calamine
Bibliothèque de traitement de fichier Excel. ## markdown
markdown = "0.3"