rust-nom5-devel-5.1.2-3.fc34 in Fedora 34
	↵ Return to the main page of rust-nom5-devel
	View build
	Search for updates
	Package Info
	🠗 Changelog
	🠗 Dependencies
	🠗 Provides
	🠗 Files
Changelog
	
		
			
				| Date | 
				Author | 
				Change | 
			
		
		
			| 2021-01-27 | 
			Fedora Release Engineering <releng at fedoraproject dot org> - 5.1.2-3 | 
			- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild | 
		
		
			| 2021-01-25 | 
			Fabio Valentini <decathorpe at gmail dot com> - 5.1.2-2 | 
			- Disable tests, they are broken on aarch64 anyway. | 
		
		
			| 2021-01-25 | 
			Fabio Valentini <decathorpe at gmail dot com> - 5.1.2-1 | 
			- Initial compat package for nom 5 | 
		
		
		
	
 
	
	
		Provides
		
			- crate(nom)
 
			- rust-nom5-devel
 
		
	 
 
Files
	
	- usr/
	- share/
	- cargo/
	- registry/
	- nom-5.1.2/
	- .cargo-checksum.json
 
	- .gitignore
 
	- .travis.yml
 
	- CHANGELOG.md
 
	- Cargo.toml
 
	- LICENSE
 
	- README.md
 
	- build.rs
 
	- src/
	- bits/
	- complete.rs
 
	- macros.rs
 
	- mod.rs
 
	- streaming.rs
 
	
 
	- branch/
 
	- bytes/
	- complete.rs
 
	- macros.rs
 
	- mod.rs
 
	- streaming.rs
 
	
 
	- character/
	- complete.rs
 
	- macros.rs
 
	- mod.rs
 
	- streaming.rs
 
	
 
	- combinator/
 
	- error.rs
 
	- internal.rs
 
	- lib.rs
 
	- methods.rs
 
	- multi/
 
	- number/
	- complete.rs
 
	- macros.rs
 
	- mod.rs
 
	- streaming.rs
 
	
 
	- regexp.rs
 
	- sequence/
 
	- str.rs
 
	- traits.rs
 
	- util.rs
 
	- whitespace.rs
 
	
 
	- tests/
	- arithmetic.rs
 
	- arithmetic_ast.rs
 
	- blockbuf-arithmetic.rs
 
	- css.rs
 
	- custom_errors.rs
 
	- escaped.rs
 
	- float.rs
 
	- inference.rs
 
	- ini.rs
 
	- ini_str.rs
 
	- issues.rs
 
	- json.rs
 
	- mp4.rs
 
	- multiline.rs
 
	- named_args.rs
 
	- overflow.rs
 
	- reborrow_fold.rs
 
	- test1.rs
 
	
 
	
 
	
 
	
 
	- doc/
 
	- licenses/