Skip to content

parnikkapore/rkt-libquiche

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libquiche - Miscellaneous Racket libraries

Random Racket libraries that should be useful to more than one project

xml - tools for working with XML files

(provide (contract-out
          ;; Removes " " elements from lists
          ;; (Good for cleaning up xexprs generated from pretty-printed xmls)
          [x-remove-whitespace (-> xexpr? xexpr?)]
          ;; Gets actual text content from a cdata, removing the "<![CDATA[…]]>" delimiter
          [x-cdata-content (-> cdata? string?)]))

About

Miscellaneous Racket libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages