gnu: Add rust-slab.
* gnu/packages/crates-io.scm (rust-slab): New variable.
This commit is contained in:
		
							parent
							
								
									9cbb0c97ce
								
							
						
					
					
						commit
						b158738a04
					
				
					 1 changed files with 19 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -661,6 +661,25 @@ words, like Python's shlex.")
 | 
			
		|||
    (license (list license:asl2.0
 | 
			
		||||
                   license:expat))))
 | 
			
		||||
 | 
			
		||||
(define-public rust-slab
 | 
			
		||||
  (package
 | 
			
		||||
    (name "rust-slab")
 | 
			
		||||
    (version "0.4.2")
 | 
			
		||||
    (source
 | 
			
		||||
      (origin
 | 
			
		||||
        (method url-fetch)
 | 
			
		||||
        (uri (crate-uri "slab" version))
 | 
			
		||||
        (file-name (string-append name "-" version ".tar.gz"))
 | 
			
		||||
        (sha256
 | 
			
		||||
         (base32
 | 
			
		||||
          "1y59xsa27jk84sxzswjk60xcjf8b4fm5960jwpznrrcmasyva4f1"))))
 | 
			
		||||
    (build-system cargo-build-system)
 | 
			
		||||
    (home-page "https://github.com/carllerche/slab")
 | 
			
		||||
    (synopsis "Pre-allocated storage for a uniform data type")
 | 
			
		||||
    (description "This create provides a pre-allocated storage for a uniform
 | 
			
		||||
data type.")
 | 
			
		||||
    (license license:expat)))
 | 
			
		||||
 | 
			
		||||
(define-public rust-unicode-xid
 | 
			
		||||
  (package
 | 
			
		||||
    (name "rust-unicode-xid")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue