feat: implement cbz writing and pdf reading
This commit is contained in:
		
							parent
							
								
									034f0b142c
								
							
						
					
					
						commit
						e8287d0c6e
					
				
					 10 changed files with 644 additions and 57 deletions
				
			
		| 
						 | 
				
			
			@ -34,7 +34,7 @@ fn job_new_sets_output_extension() {
 | 
			
		|||
#[test]
 | 
			
		||||
fn format_capabilities_consistent() {
 | 
			
		||||
    assert!(FormatId::Cbz.can_read());
 | 
			
		||||
    assert!(!FormatId::Cbz.can_write());
 | 
			
		||||
    assert!(FormatId::Cbz.can_write());
 | 
			
		||||
    assert!(FormatId::Pdf.can_write());
 | 
			
		||||
    assert!(!FormatId::Pdf.can_read());
 | 
			
		||||
    assert!(FormatId::Pdf.can_read());
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue